<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact_banner{
	width: 100%;
	height: 1296px;
	overflow:hidden;
	background: url(../images/contact_banner.png) no-repeat center;
}

.contact_con{
	width: 950px;
	height: 600px;
	background: #FF5D24;
	margin: 300px auto 0;
	padding: 50px ;
	/*box-shadow: 0px 0px 15px 1px #FFF;*/
}
.location_box{
	width: 100%;
	/*height: 60px;*/
	height: auto;
	overflow: hidden;
}
.icon_location{
	
	background: url(../images/icon_location.png) no-repeat center;
}
.location_box &gt; p{
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 20px auto;
	letter-spacing: 2px;
}
.contact_conbox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
}
.contact_box{
	width: 280px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 20px 18px;
	letter-spacing: 2px;
}
.contact_box &gt; p{
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
}
.contact_box  &gt; p:last-child{
	font-size: 17px;
}
.icon{
	display: block;
	width: 50px;
	height: 50px;
	margin : 0 auto;
}
.icon_phone{
	background: url(../images/icon_phone.png);
}
.icon_code{
	background: url(../images/icon_zip_code.png);
}
.icon_mail{
	background: url(../images/icon_mailbox.png);
}
.contact_text{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto; 
}
.contact_text &gt; p{
	display: block;
	float: left;
	margin: 15px 70px;
	color: #fff;
	font-size: 20px;
}

.contact_QR{
	width: 100%;
	height: 200px;
}
.QR_box{
	width: 50%;
	height: 200px;
	float: left;
	text-align: center;
}
.QR_box p{
	margin: 10px;
	color: #fff;
	font-size: 20px;
}</pre></body></html>